====== SimplePie RSS Parser ====== DokuWiki uses the [[http://www.simplepie.org|SimplePie]] library to parse RSS and Atom feeds. Please refer to the excellent [[http://simplepie.org/wiki/|documentation]] on how to work with SimplePie. To use the library in DokuWiki access it through the [[xref>FeedParser]] subclass of SimplePie. It offers the same functionality as the original library but is configured to use DokuWiki's own [[HTTPClient]] library. ===== Example ===== Here's a simple example to print feed item titles: $feed = new FeedParser('http://feedproxy.google.com/splitbrain'); echo '';